06. Outro
Why React - Outro
Let's recap on some of the things we covered in this lesson on why React is great:
- its compositional model
- its declarative nature
- the way data flows from parent to child
- and that React is really just JavaScript
Lesson Challenge
Read these 3 articles that cover some of the essentials of React: Virtual DOM, The Diffing Algorithm, and How Virtual-DOM and diffing works in React. Answer the following questions (in your own words) and share your answers with your Study Group.
1) What is the “Virtual DOM”?
2) Explain what makes React performant.
3) Explain the Diffing Algorithm to someone who does not have any programming experience.